home *** CD-ROM | disk | FTP | other *** search
- *** orig/gdb-4.12/gdb/defs.h Tue Jul 26 00:29:42 1994
- --- src/gdb-4.12/gdb/defs.h Tue Jul 26 00:30:00 1994
- ***************
- *** 610,617 ****
- --- 610,619 ----
- extern NORETURN void /* Does not return to the caller. */
- fatal ();
-
- + #ifndef __GO32__
- extern NORETURN void /* Not specified as volatile in ... */
- exit PARAMS ((int)); /* 4.10.4.3 */
- + #endif
-
- extern NORETURN void /* Does not return to the caller. */
- nomem PARAMS ((long));
-